object AdPEdit: TAdPEdit Left = 200 Top = 100 Width = 304 Height = 166 HorzScrollBar.Range = 0 VertScrollBar.Range = 0 AutoScroll = False BorderStyle = bsDialog Caption = 'Select Baud Rate' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter object BaudChoices: TComboBox Left = 24 Top = 16 Width = 145 Height = 20 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 13 Items.Strings = ( '150' '300' '600' '1200' '2400' '4800' '9600' '19200' '38400' '57600' '115200') ParentFont = False TabOrder = 0 Text = 'BaudChoices' end object OK: TButton Left = 200 Top = 16 Width = 73 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = OKClick end object Cancel: TButton Left = 200 Top = 56 Width = 73 Height = 25 Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = CancelClick end object Help: TButton Left = 200 Top = 96 Width = 73 Height = 25 Caption = 'Help' TabOrder = 3 OnClick = HelpClick end end